home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / mod-1.dxr / 00026.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  286 b   |  18 lines

  1. on exitFrame
  2.   global bPresMod1, bVideoNormal, bVideoOn
  3.   if bPresMod1 then
  4.     if bVideoNormal then
  5.       go("presenta")
  6.     else
  7.       go("presentaP")
  8.     end if
  9.   else
  10.     if bVideoNormal then
  11.       go("baile")
  12.     else
  13.       go("baileP")
  14.     end if
  15.   end if
  16.   set bVideoOn to 1
  17. end
  18.